@charset "utf-8";
/* CSS Document */

.Search{width:100%;height:60px; margin-top:10px;}
.SearchCenter{width:980px;height:60px;background:#f5f5f5;margin:0 auto}
.Keyword{display:block;word-break:keep-all;white-space:nowrap;float:left;line-height:60px; padding-left:10px; width:600px; overflow:hidden;}
.Keyword span{color:#999; font-size:15px; font-weight:bold;}
.Keyword a{font-size:14px;margin-right:15px}
.Keyword a:hover{color:#019fe9}
.SearchBar{float:right;line-height:60px; padding-right:5px;}
.SearchBar .keywords{width:225px;line-height:40px;background:#fff;border:1px solid #e6e6e6;color:#666;padding-left:15px;font-size:14px;letter-spacing:1px;outline:medium}
.SearchBar .submit{width:100px;line-height:40px;background:#135aba url(../images/so.png) center no-repeat;border:none;outline:none;margin-left:-5px;cursor:pointer}